QuickOPC User's Guide and Reference
NormalizedExceptionCollection Constructor(IEnumerable<NormalizedException>)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.Specialized Namespace > NormalizedExceptionCollection Class > NormalizedExceptionCollection Constructor : NormalizedExceptionCollection Constructor(IEnumerable<NormalizedException>)
Initializes a new instance of the collection, with given items.
Syntax
'Declaration
 
Public Function New( _
   ByVal items As IEnumerable(Of NormalizedException) _
)
'Usage
 
Dim items As IEnumerable(Of NormalizedException)
 
Dim instance As New NormalizedExceptionCollection(items)
public NormalizedExceptionCollection( 
   IEnumerable<NormalizedException> items
)
public:
NormalizedExceptionCollection( 
   IEnumerable<NormalizedException^>^ items
)

Parameters

items
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also